home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-456.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  81 lines

  1. # This script was automatically generated from the dsa-456
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Paul Starzetz and Wojciech Purczynski of isec.pl <a
  12. href="http://isec.pl/vulnerabilities/isec-0014-mremap-unmap.txt">discovered</a> a critical
  13. security vulnerability in the memory management code of Linux inside
  14. the mremap(2) system call.  Due to flushing the TLB (Translation
  15. Lookaside Buffer, an address cache) too early it is possible for an
  16. attacker to trigger a local root exploit.
  17. The attack vectors for 2.4.x and 2.2.x kernels are exclusive for the
  18. respective kernel series, though.  We formerly believed that the
  19. exploitable vulnerability in 2.4.x does not exist in 2.2.x which is
  20. still true.  However, it turned out that a second (sort of)
  21. vulnerability is indeed exploitable in 2.2.x, but not in 2.4.x, with a
  22. different exploit, of course.
  23. For the stable distribution (woody) this problem has been fixed in
  24. version 20040303 of 2.2 kernel images for the arm architecture.
  25. For the unstable distribution (sid) this problem will be fixed soon
  26. for the architectures that still ship a 2.2.x kernel package.
  27. We recommend that you upgrade your Linux kernel package.
  28. Vulnerability matrix for CAN-2004-0077
  29.  
  30.  
  31. Solution : http://www.debian.org/security/2004/dsa-456
  32. Risk factor : High';
  33.  
  34. if (description) {
  35.  script_id(15293);
  36.  script_version("$Revision: 1.4 $");
  37.  script_xref(name: "DSA", value: "456");
  38.  script_cve_id("CVE-2004-0077");
  39.  script_bugtraq_id(9686);
  40.  script_xref(name: "CERT", value: "981222");
  41.  
  42.  script_description(english: desc);
  43.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  44.  script_name(english: "[DSA456] DSA-456-1 linux-kernel-2.2.19-arm");
  45.  script_category(ACT_GATHER_INFO);
  46.  script_family(english: "Debian Local Security Checks");
  47.  script_dependencies("ssh_get_info.nasl");
  48.  script_require_keys("Host/Debian/dpkg-l");
  49.  script_summary(english: "DSA-456-1 linux-kernel-2.2.19-arm");
  50.  exit(0);
  51. }
  52.  
  53. include("debian_package.inc");
  54.  
  55. w = 0;
  56. if (deb_check(prefix: 'kernel-doc-2.2.19', release: '3.0', reference: '2.2.19.1-4woody1')) {
  57.  w ++;
  58.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-doc-2.2.19 is vulnerable in Debian 3.0.\nUpgrade to kernel-doc-2.2.19_2.2.19.1-4woody1\n');
  59. }
  60. if (deb_check(prefix: 'kernel-headers-2.2.19', release: '3.0', reference: '20040303')) {
  61.  w ++;
  62.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-headers-2.2.19 is vulnerable in Debian 3.0.\nUpgrade to kernel-headers-2.2.19_20040303\n');
  63. }
  64. if (deb_check(prefix: 'kernel-image-2.2.19-netwinder', release: '3.0', reference: '20040303')) {
  65.  w ++;
  66.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.2.19-netwinder is vulnerable in Debian 3.0.\nUpgrade to kernel-image-2.2.19-netwinder_20040303\n');
  67. }
  68. if (deb_check(prefix: 'kernel-image-2.2.19-riscpc', release: '3.0', reference: '20040303')) {
  69.  w ++;
  70.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-image-2.2.19-riscpc is vulnerable in Debian 3.0.\nUpgrade to kernel-image-2.2.19-riscpc_20040303\n');
  71. }
  72. if (deb_check(prefix: 'kernel-patch-2.2.19-arm', release: '3.0', reference: '20040303')) {
  73.  w ++;
  74.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-patch-2.2.19-arm is vulnerable in Debian 3.0.\nUpgrade to kernel-patch-2.2.19-arm_20040303\n');
  75. }
  76. if (deb_check(prefix: 'kernel-source-2.2.19', release: '3.0', reference: '2.2.19.1-4woody1')) {
  77.  w ++;
  78.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package kernel-source-2.2.19 is vulnerable in Debian 3.0.\nUpgrade to kernel-source-2.2.19_2.2.19.1-4woody1\n');
  79. }
  80. if (w) { security_hole(port: 0, data: desc); }
  81.